From c81c906ac3ba84f4775a8f46c40b0fe4e8759538 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Wed, 8 Feb 2006 15:38:38 +0000 Subject: [PATCH] linux: don't export evtchn_do_upcall() Remove the export of evtchn_do_upcall(). Given the constraints on the use of this function (should run at least with irqcount adjusted properly, preferrably also on irq stack), it doesn't seem reasonable for this function to be exported. From: Jan Beulich Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/drivers/xen/core/evtchn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/core/evtchn.c b/linux-2.6-xen-sparse/drivers/xen/core/evtchn.c index d27b0b625f..26dfbd0635 100644 --- a/linux-2.6-xen-sparse/drivers/xen/core/evtchn.c +++ b/linux-2.6-xen-sparse/drivers/xen/core/evtchn.c @@ -179,7 +179,6 @@ asmlinkage void evtchn_do_upcall(struct pt_regs *regs) } } } -EXPORT_SYMBOL(evtchn_do_upcall); static int find_unbound_irq(void) { -- 2.30.2